home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / Eterm / themes / Escreen / theme.cfg < prev   
Text File  |  2005-12-09  |  4KB  |  135 lines

  1. <Eterm-0.9.2>
  2.  
  3. %include "../Eterm/menus.cfg"
  4. %include "../Eterm/theme.cfg"
  5.  
  6. begin color
  7.     es_current "#ffff00"
  8.     es_active  "#0000ff"
  9. end color
  10.  
  11. begin attributes
  12.     name "%appname() -- Escreen Session"
  13. end attributes
  14.  
  15. begin menu
  16.     title Escreen
  17.     begin menuitem
  18.         text "New"
  19.         action script "es_display(new)"
  20.     end
  21.     begin menuitem
  22.         text "New..."
  23.         action script "es_display(new, ask)"
  24.     end
  25.     begin menuitem
  26.         text "Rename..."
  27.         action script "es_display(name, ask)"
  28.     end
  29.     begin menuitem
  30.         text "Backlog..."
  31.         action script "es_display(backlog)"
  32.     end
  33.     begin menuitem
  34.         text "Monitor"
  35.         action script "es_display(monitor)"
  36.     end
  37.     begin menuitem
  38.         text "Close"
  39.         action script "es_display(close)"
  40.     end
  41.     -
  42.     begin menuitem
  43.         text "Split"
  44.         action script "es_region(new)"
  45.     end
  46.     begin menuitem
  47.         text "Unsplit"
  48.         action script "es_region(full)"
  49.     end
  50.     begin menuitem
  51.         text "Prev region"
  52.         action script "es_region(prev)"
  53.     end
  54.     begin menuitem
  55.         text "Next region"
  56.         action script "es_region(next)"
  57.     end
  58.     begin menuitem
  59.         text "Kill region"
  60.         action script "es_region(kill)"
  61.     end
  62.     -
  63.     begin menuitem
  64.         text "Reset"
  65.         action script "es_reset()"
  66.     end
  67.     begin menuitem
  68.         text "Statement"
  69.         action script "es_statement()"
  70.     end
  71.     -
  72.     begin menuitem
  73.         text "About..."
  74.         action script "msgbox(Screen/Twin compatibility layer by Azundris <scream@azundris.com>)"
  75.     end
  76. end menu
  77.  
  78. begin actions
  79.     bind alt Left to script "es_display(prev)"
  80.     bind alt Right to script "es_display(next)"
  81.     bind alt Up to script "es_region(prev)"
  82.     bind alt Down to script "es_region(next)"
  83.     bind alt Prior to script "es_display(prev)"
  84.     bind alt Next to script "es_display(next)"
  85.     bind alt space to script "es_display(toggle)"
  86.     bind ctrl Tab to script "es_display(next)"
  87.     bind ctrl t to script "es_display(new, ask)"
  88.  
  89.     # alt-1..alt-0 -> display(0)..display(9)
  90.     bind alt 0x31 to script "es_display(goto, 0)"
  91.     bind alt 0x32 to script "es_display(goto, 1)"
  92.     bind alt 0x33 to script "es_display(goto, 2)"
  93.     bind alt 0x34 to script "es_display(goto, 3)"
  94.     bind alt 0x35 to script "es_display(goto, 4)"
  95.     bind alt 0x36 to script "es_display(goto, 5)"
  96.     bind alt 0x37 to script "es_display(goto, 6)"
  97.     bind alt 0x38 to script "es_display(goto, 7)"
  98.     bind alt 0x39 to script "es_display(goto, 8)"
  99.     bind alt 0x30 to script "es_display(goto, 9)"
  100.  
  101.     # Commented out; too intrusive -- mej
  102.     # F1..F10 -> display(0)..display(9)
  103.     #bind F1 to script "es_display(goto, 0)"
  104.     #bind F2 to script "es_display(goto, 1)"
  105.     #bind F3 to script "es_display(goto, 2)"
  106.     #bind F4 to script "es_display(goto, 3)"
  107.     #bind F5 to script "es_display(goto, 4)"
  108.     #bind F6 to script "es_display(goto, 5)"
  109.     #bind F7 to script "es_display(goto, 6)"
  110.     #bind F8 to script "es_display(goto, 7)"
  111.     #bind F9 to script "es_display(goto, 8)"
  112.     #bind F10 to script "es_display(goto, 9)"
  113.  
  114.     bind alt n to script "es_display(new)"
  115.     bind alt r to script "es_display(rename)"
  116.     bind alt c to script "es_display(kill, ask)"
  117.     bind alt m to script "es_display(watch)"
  118.     bind alt b to script "es_display(backlog)"
  119.  
  120.     bind alt s to script "es_region(new)"
  121.     bind alt u to script "es_region(full)"
  122.     bind alt o to script "es_region(next)"
  123.     bind alt k to script "es_region(kill, ask)"
  124.  
  125.     bind alt shift S to script "es_statement()"
  126.     bind alt shift R to script "es_reset()"
  127. end actions
  128.  
  129. begin escreen
  130.     url ""
  131.     #delay 2
  132.     #bbar_dock bottom
  133.     #bbar_font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
  134. end escreen
  135.